CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java cluster

搜索资源列表

  1. java-cluster.zip

    2下载:
  2. 用java语言实现文本聚类,包括聚类前的数据预处理:分词、降维、建立向量空间模型等,Implementation using java language text clustering, including clustering of the data pre-processing before: segmentation, dimensionality reduction, set up, such as Vector Space Model
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:17173
    • 提供者:优优
  1. leach

    0下载:
  2. leach用java编写的源代码,根据簇头剩余能量与初始能量比较,判断是否重新选择簇头。-The source code written in Java leach, according to initial cluster head the surplus energy and energy comparison, determine whether chose to cluster head.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:13585
    • 提供者:lixiaoyan
  1. Kmeans_FCM

    1下载:
  2. java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1973
    • 提供者:june
  1. lingpipe-3.6.0

    3下载:
  2. 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
  3. 所属分类:Java Develop

    • 发布日期:2014-12-05
    • 文件大小:4669384
    • 提供者:张国栋
  1. ClusterAnalysis

    0下载:
  2. Data Mining of JSP example to do the cluster analysis.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:122804
    • 提供者:鄧嘉文
  1. hadoop-0.1.0.tar

    0下载:
  2. Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3598401
    • 提供者:宾利金
  1. k_means_cluster

    0下载:
  2. this program explains the K_means cluster Algorithm. and also direct to the best k value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:muthu
  1. Cluster_Analysis

    0下载:
  2. 用Java语言实现的空间聚类分析程序,对离散点按照距离标准进行分类。-Java language with the spatial clustering analysis procedures, in accordance with the distance between discrete points of criteria.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8327
    • 提供者:荆凯旋
  1. MakeDensityBasedClusterer.java.tar

    0下载:
  2. 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4859
    • 提供者:zhangrui
  1. RandomizableClusterer.java.tar

    0下载:
  2. 该算法是对weka算法包功能的拓展,是聚类算法中的随机聚类分析。需要weka算法包支持。-The algorithm is a function of the weka package expansion algorithm is stochastic clustering algorithm in cluster analysis. Package to support the needs of weka algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1539
    • 提供者:zhangrui
  1. ex-12

    0下载:
  2. K-Means.java K-means分群法(組數資料皆不固定,開小視窗選檔案:A or B or iris,10 runs + output至Excel)-K-Means.java K-means grouping method (the number of data groups, none is fixed, to open a small window, select the file: A or B or iris, 10 runs+ output to Excel)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6928
    • 提供者:林好
  1. java

    0下载:
  2. 聚类分析java设计思想 用于快速聚类分析算法的需求-Cluster analysis java design ideas for fast clustering algorithm needs
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2535
    • 提供者:heihei
  1. cluster

    0下载:
  2. K means clustering of data implemented for all kinds of data-K means clustering of data implemented for all kinds of data...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:13008
    • 提供者:kailash
  1. kmeans

    0下载:
  2. java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8449
    • 提供者:徐廷
  1. dbscan

    0下载:
  2. Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:4304
    • 提供者:nandish.hebbal
  1. cluster

    0下载:
  2. The package aims at providing an implementation of k-means Clustering Algorithm in Java. The package does not provide for any UI and it is up to the user to display the output in the required format.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:3235
    • 提供者:ganesh
  1. Java-Cluster

    0下载:
  2. 基于JVM的Java应用集群解决方案。 -JVM' s Java Application Clusters based solutions. JVM' s Java Application Clusters based solutions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:246511
    • 提供者:李伟
  1. Clustering

    0下载:
  2. it is an clustering algorithm to make data cluster for semantic web services
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5753
    • 提供者:santosh
  1. mahy

    0下载:
  2. 基于相对密度的聚类算法(DBSCAN算法),用于处理高密度簇完全被相连的低密度簇所包含的问题-Clustering algorithm based on relative density (DBSCAN algorithm), to handle high-density clusters are completely connected to the problem of low-density cluster contains
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3360
    • 提供者:MAHY
  1. Parallel Java

    0下载:
  2. Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming bas
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:107520
    • 提供者:kmsj
« 12 3 »
搜珍网 www.dssz.com